Roles
Version: 1.0.0.0 Updated: 2023-11-29 16:56:05
Summary
Documentation for the Roles schema
Roles Schema
| Name | Type | Required | Description |
|---|---|---|---|
| last_modified_account_id | string | No | Account ID of the user who last modified the resource |
| last_modified_timestamp | string | No | Timestamp of when the resource was last modified |
| created_timestamp | string | No | Timestamp of when the resource was created |
| sandbox_id | string | No | ID of the Sandbox |
| name | string | No | Name of the resource |
| description | string | No | Description of the resource |
| custom_data | object | No | Custom data associated with the resource |
| login_loot_rewards | array | No | List of login loot rewards for this role |
| role_id | string | No | Unique Identifier for this Role |
| legacy_role_id | integer | No | Legacy role ID for this role |
| auth_bypass | object | No | See schema |
Auth_bypass Enum Values
| Value | Description |
|---|---|
| none | This role cannot bypass auth. |
| locked | This role can bypass auth if the game is in locked access mode. |
| limited | This role can bypass auth if the game is in limited access mode. |